ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / BaseStorage<T,TMappingCollection> Class / Mappings Property

In This Topic
    Mappings Property (BaseStorage<T,TMappingCollection>)
    In This Topic
    Gets or sets the MappingCollectionBase<T> derived object that allows the properties of objects maintained by the current collection to be bound to the appropriate fields in the data source.
    Syntax
    'Declaration
     
    Public Property Mappings As TMappingCollection
    public TMappingCollection Mappings {get; set;}
    See Also